home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Utilities / Text / GNU diff & cmp 2.0 / README < prev   
Text File  |  1993-04-08  |  863b  |  19 lines

  1. To :info-mac
  2. From: gmz@po.cwru.edu
  3. Subject: GNU-diff-cmp-20.sit.hqx: GNU diff and cmp 2.0 standalone
  4.  
  5. This is the port of the GNU diff and cmp 2.0 as standalone application
  6. to the Mac with THINK C 5.0.4. It uses the THINK C console and command
  7. line interface. I helped myself by using some of the changes in the port
  8. to MPW and I tried to combine them with my own changes for THINK C. I
  9. had to implement the stat.h and dirent.h functionality because they are
  10. not part of the THINK C ANSI or Unix libraries. Other changes were
  11. parameter type casting due to a bug in THINK C. THINK C doesn't
  12. automatically cast pointer of pointer to const pointer of pointer (e.g.,
  13. char ** to const char **), although it works with pointer of pointer to
  14. pointer of const pointer or pointer to const pointer casting.
  15.  
  16.                                        Georges M. Zwingelstein
  17.  
  18.  
  19.